home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dp0925.arc / SFTIMOUT.DTP < prev    next >
Text File  |  1991-08-29  |  2KB  |  51 lines

  1. #
  2. #   SFTIMOUT.DTP - for use with DT_PATCH.EXE
  3. #
  4. #   Copyright (C) 1991 DATASTORM TECHNOLOGIES, INC.
  5. #
  6. #   All Rights Reserved
  7. #
  8. #   Target File: PCPLUS.EXE version 2.01
  9. #
  10. #   When performing software flow control (XON/XOFF), PROCOMM PLUS
  11. #   version 2.01 automatically clears an XOFF if no XON is seen within
  12. #   a specified amount of time.  The default timeout period is 20
  13. #   seconds.  In other words, if PROCOMM PLUS detects that it should halt
  14. #   transmission because it has seen an XOFF, the program will wait until
  15. #   an XON is received or 20 seconds elapse.
  16. #
  17. #   This patch file can be used to update the XON wait period.  The
  18. #   first value (following "O48437") is the number of seconds which can
  19. #   elapse (a value between 0 and 255). The second value (following
  20. #   ("O48437") is the number of 255-second periods you desire.  As
  21. #   distributed, this patch file will increase the timeout to 60 seconds.
  22. #
  23. #   If you desire a different value, edit this file (with a standard ASCII
  24. #   editor) and change the values as shown.
  25. #
  26. #
  27. #   Examples
  28. #
  29. #     --------------------------------------------------------------
  30. #     |   @PCPLUS.EXE         ; Wait 100 seconds
  31. #     |   =214016
  32. #     |   O48437
  33. #     |   100
  34. #     |   0
  35. #     --------------------------------------------------------------
  36. #
  37. #     --------------------------------------------------------------
  38. #     |   @PCPLUS.EXE         ; Wait 2805 seconds (255 + (10 * 255))
  39. #     |   =214016
  40. #     |   O48437
  41. #     |   255
  42. #     |   10
  43. #     --------------------------------------------------------------
  44. #
  45. #
  46. @PCPLUS.EXE
  47. =214016
  48. O48437
  49. 60
  50. 0
  51.